home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / locale / C-numeric.c < prev    next >
C/C++ Source or Header  |  1992-04-15  |  222b  |  13 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. CONST struct numeric_info __numeric_C =
  7.   {
  8.     (char *) ".", (char *) "",
  9.     (char *) ""
  10.   };
  11.  
  12. CONST struct numeric_info *_numeric_info = &__numeric_C;
  13.